home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libtimedate-perl / README < prev   
Text File  |  2001-03-21  |  832b  |  29 lines

  1. This is the perl5 TimeDate distribution. It requires perl version 5.003
  2. or later
  3.  
  4. This distribution replaces my earlier GetDate distribution, which was
  5. only a date parser. The date parser contained in this distribution is
  6. far superior to the yacc based parser, and a *lot* fatser.
  7.  
  8. The parser contained here will only parse absolute dates, if you want a
  9. date parser that can parse relative dates then take a look at the Time
  10. modules by David Muir on CPAN.
  11.  
  12. You install the library by running these commands:
  13.  
  14.    perl Makefile.PL
  15.    make
  16.    make test
  17.    make install
  18.  
  19. Please report any bugs/suggestions to <gbarr@pobox.com>
  20.  
  21. Copyright 1996-2000 Graham Barr. All rights reserved.
  22.  
  23. This library is free software; you can redistribute it and/or modify
  24. it under the same terms as Perl itself.
  25.  
  26. Share and Enjoy!
  27. Graham <gbarr@pobox.com>
  28.  
  29.